split

Split a string by a delimater

deprecated pure
T[]
split
(
T
)
if (
isSomeString!T
)

Parameters

text T

The text to split from

delimater T

The text to split by

Return Value

Type: T[]

An array of text that has been split

Meta